projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb61d6
)
(tc-mode-map): Fix binding of tc-dissociate.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 1 Mar 1994 04:39:45 +0000
(
04:39
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 1 Mar 1994 04:39:45 +0000
(
04:39
+0000)
lisp/textmodes/two-column.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/two-column.el
b/lisp/textmodes/two-column.el
index dd22631957dbd0470a838d48d2d6e74644be0477..778227186177c434610bba913761fdf1d2124fbb 100644
(file)
--- a/
lisp/textmodes/two-column.el
+++ b/
lisp/textmodes/two-column.el
@@
-236,7
+236,7
@@
(define-key tc-mode-map "1" 'tc-merge)
(define-key tc-mode-map "2" 'tc-two-columns)
(define-key tc-mode-map "b" 'tc-associate-buffer)
- (define-key tc-mode-map "
e
" 'tc-dissociate)
+ (define-key tc-mode-map "
d
" 'tc-dissociate)
(define-key tc-mode-map "\C-l" 'tc-recenter)
(define-key tc-mode-map "o" 'tc-associated-buffer)
(define-key tc-mode-map "s" 'tc-split)